home *** CD-ROM | disk | FTP | other *** search
/ PC Online 2000 October / Pc Online Ekim 2000.iso / prog / full / hmpro / hm6ev.exe / data1.cab / Display_-_share / hmpro6.css
Encoding:
Cascading Style Sheet File  |  2000-04-13  |  10.2 KB  |  652 lines

  1. /* hmpro6.css */
  2. $COMMENT {
  3.    display: block;
  4.    color: purple;
  5.    white-space: pre;
  6. }
  7. $PROCINS {
  8.    color: black;
  9.    background: #c0c0c0;
  10. }
  11. $DOCUMENT {
  12. }
  13. :focus { 
  14.    outline: thin dotted invert; 
  15. }
  16. *[ALIGN="center"] { 
  17.    text-align: center; 
  18. }
  19. *[ALIGN="justify"] { 
  20.    text-align: justify; 
  21. }
  22. *[ALIGN="left"] { 
  23.    text-align: left; 
  24. }    
  25. *[ALIGN="right"] { 
  26.    text-align: right; 
  27. }
  28. IMG[ALIGN="left"], OBJECT[ALIGN="left"], APPLET[ALIGN="left"] {
  29.    float: left;
  30. }
  31. IMG[ALIGN="right"], OBJECT[ALIGN="right"], APPLET[ALIGN="right"] {
  32.    float: right;
  33. }
  34. *[DIR="ltr"] { 
  35.    direction: ltr; 
  36. }
  37. *[DIR="rtl"] { 
  38.    direction: rtl; 
  39. }
  40. A[href] { 
  41.    text-decoration: underline;
  42.    color: blue;
  43. }
  44. ABBR {
  45.    font-variant: small-caps; 
  46.    letter-spacing: 0.1em;
  47. }
  48. ACRONYM {
  49.    font-variant: small-caps; 
  50.    letter-spacing: 0.1em;
  51. }
  52.  
  53. ADDRESS {
  54.    display: block;
  55.    font-style: italic;
  56.    margin-top: 9pt; margin-bottom: 9pt;
  57. }
  58. LI ADDRESS, TD ADDRESS, TH ADDRESS {
  59.    margin-top: 0; margin-bottom: 0;
  60. }
  61.  
  62. APPLET {
  63.    display: block;
  64.    margin-bottom: 10;
  65. }
  66. AREA { 
  67.    margin: 2pt 0 2pt 30pt; 
  68. }
  69.  
  70. BLOCKQUOTE {
  71.    display: block;
  72.    margin: 9pt 30pt;
  73. }
  74. TD BLOCKQUOTE, TH BLOCKQUOTE {
  75.    margin: 0pt 15pt 0pt 15pt; 
  76. }
  77. B {
  78.    font-weight: bold;
  79. }
  80. BDO[DIR="ltr"] { 
  81.    direction: ltr; 
  82. }
  83. BDO[DIR="rtl"] { 
  84.    direction: rtl; 
  85. }
  86. BIG {
  87.    font-size: 1.17em;
  88. }
  89. BODY {
  90.    display: block;
  91.    padding: 8px;
  92. }
  93. BR { 
  94.    display: block; 
  95. }
  96.  
  97. CAPTION { 
  98.    display: inline;
  99.    text-align: center; 
  100. }
  101. CENTER {
  102.    display: block;
  103.    text-align: center;
  104. }
  105. CITE {
  106.    font-style: italic;
  107. }
  108. CODE {
  109.    font-family: monospace;
  110.    font-size: 0.83em;
  111. }
  112. COL { 
  113.    display: inline; 
  114. }
  115. COLGROUP { 
  116.    display: block; 
  117. }
  118. DD {
  119.    display: block;
  120.    margin-left: 40px;
  121. }
  122. DEL {
  123.    text-decoration: line-through;
  124. }
  125. DFN { 
  126.    font-style: italic; 
  127. }
  128.  
  129. DIR {
  130.    display: block;
  131.    margin: 1.33em 0pt 1.33em 40px;
  132. }
  133.  
  134. DIV {
  135.    display: block;
  136. }
  137.  
  138. DL {
  139.    display: block;
  140.    margin: 1.33em 0;
  141. }
  142.  
  143. TD DL, TH DL {
  144.    margin-top: 0pt; margin-bottom: 0pt;
  145. }
  146. DT {
  147.    display: block;
  148. }
  149. EM {
  150.    font-style: italic;
  151. }
  152. EMBED {
  153.    display: block;
  154. }
  155. FIELDSET {
  156.    display: block;
  157.    margin: 1.33em 0;
  158. }
  159.  
  160. FONT[size="1"], FONT[size="-2"], FONT[size="-3"], FONT[size="-4"], 
  161.  FONT[size="-5"], FONT[size="-6"] { font-size:  8pt;}
  162. FONT[size="2"], FONT[size="-1"] { font-size: 10pt; }
  163. FONT[size="3"] { font-size: 12pt; }
  164. FONT[size="4"], FONT[size="+1"] { font-size: 14pt; }
  165. FONT[size="5"], FONT[size="+2"] { font-size: 17pt; }
  166. FONT[size="6"], FONT[size="+3"] { font-size: 23pt; }
  167. FONT[size="7"], FONT[size="+4"], FONT[size="+5"], FONT[size="+6"] { font-size: 34pt; }
  168.  
  169. FORM {
  170.    display: block;
  171.    margin: 1.33em 0;
  172. }
  173.  
  174. FRAME {
  175.    display: block;
  176.    margin-left: 30pt;
  177.    color: purple;
  178.    font-size: 10pt;
  179.    margin-top: 2pt; margin-bottom: 2pt;
  180. }
  181.  
  182. FRAMESET {
  183.    display: block;
  184. /* The below is for Tags On but WYSIWYG takes precedence.
  185.    margin-top: 5pt; margin-bottom: 5pt;
  186.    margin-left: 30pt;
  187.    white-space: pre;
  188. */
  189. }
  190. H1 {
  191.    display: block;
  192.    font-size: 2em;
  193.    margin: .67em 0;
  194.    font-weight: bold;
  195. }   
  196. H2 {
  197.    display: block;
  198.    font-size: 1.5em;
  199.    margin: .83em 0;
  200.    font-weight: bold;
  201. }
  202. H3 {
  203.    display: block;
  204.    font-size: 1.17em;
  205.    margin: 1em 0;
  206.    font-weight: bold
  207. }
  208. H4 {
  209.    display: block;
  210.    margin: 1.33em 0;
  211.    font-weight: bold
  212. }
  213. H5 {
  214.    display: block;
  215.    font-size: .83em;
  216.    margin: 1.67em 0;
  217.    font-weight: bold
  218. }
  219. H6 {
  220.    display: block;
  221.    font-size: .67em;
  222.    margin: 2.33em;
  223.    font-weight: bold 
  224. }
  225. HEAD {
  226.    display: none 
  227. }
  228. HR {
  229.    display: block;
  230.    margin-top: 10pt; 
  231.    margin-bottom: 10pt;
  232.    text-align: center;
  233. }
  234. HTML { 
  235.    display: block;
  236.    font-family: "Times New Roman";
  237.    font-size: 12pt;
  238. }
  239. I {
  240.    font-style: italic
  241. }
  242. IFRAME {
  243.    display: block
  244. }
  245. INPUT[TYPE="hidden"] {
  246.    color: gray;
  247.    font-family: monospace
  248. INS {
  249.    text-decoration: underline
  250. }
  251. ISINDEX {
  252.    display: block
  253.    
  254. }
  255. KBD {
  256.    font-family: monospace;
  257.    font-size: 0.83em;
  258. }
  259. LABEL {
  260.    display: block
  261. }
  262. LEGEND {
  263.    display: block
  264. }
  265. LH {
  266.    display: block
  267. }
  268. LI {
  269.    display: list-item 
  270. }
  271. MAP {
  272.    display: block;
  273.    white-space: pre;
  274.    margin-top: 5pt; margin-bottom: 5pt;
  275. }
  276. MENU {
  277.    display: block;
  278.    margin: 1.33em 0pt 1.33em 40px;
  279. }
  280. MULTICOL {
  281.    display: block
  282. }
  283. NOFRAME, NOFRAMES {
  284.    display: block
  285. }
  286. NOSCRIPT {
  287.    display: block
  288. }
  289. OBJECT {
  290.    display: block
  291. }
  292. OL {
  293.    display: block;
  294.    margin: 1.33em 0pt 1.33em 40px;
  295.    list-style-type: decimal
  296. }
  297. OL[type="1"]     { list-style-type: decimal; }
  298. OL[type="A"]     { list-style-type: upper-alpha; }
  299. OL[type="a"]     { list-style-type: lower-alpha; }
  300. OL[type="I"]     { list-style-type: upper-roman; }
  301. OL[type="i"]     { list-style-type: lower-roman; }
  302. OL OL, UL OL { margin-top: 0; margin-bottom: 0 }
  303. OPTGROUP {
  304.    display: block
  305. }
  306. OPTION {
  307.    display: block;
  308.    margin-left: 30pt;
  309. }
  310. P {
  311.    display: block;
  312.    margin: 1.33em 0;
  313.    
  314. }
  315. PARAM {
  316.    display: block;
  317.    margin-left: 20pt;
  318. }
  319. PRE {
  320.    display: block;
  321.    font-family: monospace;
  322.    font-size: 10pt;
  323.    white-space: pre;
  324. }
  325. S {
  326.    text-decoration: line-through
  327. }
  328. SAMP {
  329.    font-family: monospace;
  330.    font-size: 0.83em;
  331. }
  332. SCRIPT {
  333.    display: block;
  334.    white-space: pre;
  335.    font-family: monospace;
  336.    font-size: 10pt;
  337.    color: green;
  338.    margin: 10pt 0pt 10pt 20pt;
  339. }
  340. SELECT {
  341.    color: gray;
  342. }
  343. SERVER {
  344.    display: block;
  345.    color: teal;
  346.    margin: 10pt 0;
  347. }
  348. SMALL {
  349.    font-size: .83em
  350. }
  351. SPACER[type="block"] {
  352.    display: block
  353. }
  354. STRIKE {
  355.    text-decoration: line-through
  356. }
  357. STRONG {
  358.    font-weight: bold
  359. }
  360. STYLE { 
  361.    display: block; 
  362.    white-space: pre;
  363.    font-family: monospace;
  364.    font-size: 10pt;
  365. }
  366. SUB {
  367.    font-size: .83em;
  368.    vertical-align: sub
  369. }
  370. SUP {
  371.    font-size: .83em;
  372.    vertical-align: super
  373. }
  374. TABLE {
  375.    display: block;
  376. }
  377. TBODY { 
  378.    display: block;
  379. }
  380. TD {
  381.    text-align: left;
  382.    display: inline;
  383. }
  384. TEXTAREA {
  385.    color: gray
  386. }
  387. TFOOT { 
  388.    display: block;
  389.     
  390. }
  391. TH { 
  392.    display: inline;
  393.    font-weight: bold;
  394.    text-align: center;
  395. }
  396. THEAD { 
  397.    display: block;
  398. }
  399. TITLE {
  400.    display: block;
  401.    font-weight: bold;
  402. }
  403. TR { 
  404.    display: block;
  405. }
  406. TT {
  407.    font-family: monospace;
  408.    font-size: 0.83em;
  409. }
  410. U {
  411.    text-decoration: underline
  412. }
  413. UL {
  414.    display: block;
  415.    list-style-type: disc;
  416.    margin: 1.33em 0 1.33em 40px;
  417. }
  418. UL[type="circle"] { list-style-type: circle; }
  419. UL[type="square"] { list-style-type: square; }
  420. UL UL         { list-style-type: circle; }
  421. UL UL UL     { list-style-type: square; }
  422. OL UL, UL UL { margin-top: 0; margin-bottom: 0 }
  423. VAR {
  424.    font-style: italic
  425. }
  426. WBR {
  427.    display: block
  428. }
  429.  
  430. MARQUEE {
  431.    display: block;
  432. }
  433. MARQUEE[direction="right"] {
  434.    background-color: blue;
  435. }
  436. MIVA {
  437.    display: block;
  438.    margin-left: 20pt;
  439.    prefix-format: "[%attribute-list;]";
  440. }
  441. MVADD  {
  442.    prefix-format: "[%attribute-list;]";
  443.    display: block;
  444.    margin-left: 20pt;
  445. }
  446. MVASSIGN  {
  447.    prefix-format: "[%attribute-list;]";
  448.    display: block;
  449.    margin-left: 20pt;
  450. }
  451. MVCALL  {
  452.    prefix-format: "[%attribute-list;]";
  453.    display: block;
  454.    margin-left: 20pt;
  455. }
  456. MVCALLSTOP  {
  457.    display: block;
  458.    margin-left: 20pt;
  459. }
  460. MVCLOSE  {
  461.    prefix-format: "[%attribute-list;]";
  462.    display: block;
  463.    margin-left: 20pt;
  464. }
  465. MVCLOSEVIEW  {
  466.    prefix-format: "[%attribute-list;]";
  467.    display: block;
  468.    margin-left: 20pt;
  469. }
  470. MVCOMMENT  {
  471.    white-space: pre;
  472.    display: block;
  473.    font-size: 10pt;
  474.    font-family: monospace;
  475.    color: red;
  476.    margin-left: 20pt;
  477. }
  478. MVCOMMERCE  {
  479.    prefix-format: "[%attribute-list;]";
  480.    display: block;
  481.    margin-left: 20pt;
  482. }
  483. MVCREATE  {
  484.    prefix-format: "[%attribute-list;]";
  485.    display: block;
  486.    margin-left: 20pt;
  487. }
  488. MVDELETE  {
  489.    prefix-format: "[%attribute-list;]";
  490.    display: block;
  491.    margin-left: 20pt;
  492. }
  493. MVDO  {
  494.    display: block;
  495.    margin-left: 20pt;
  496.    prefix-format: "[%attribute-list;]";
  497. }
  498. MVELSE  {
  499.    display: block;
  500. }
  501. MVEVAL  {
  502.    prefix-format: "[%attribute EXPR;]";
  503.    display: block;
  504.    margin-left: 20pt;
  505. }
  506. MVEXIT  {
  507.    display: block;
  508.    margin-left: 20pt;
  509. }
  510. MVEXPORT  {
  511.    prefix-format: "[%attribute-list;]";
  512.    display: block;
  513.    margin-left: 20pt;
  514. }
  515. MVFILTER  {
  516.    display: block;
  517.    margin-left: 20pt;
  518.    prefix-format: "[%attribute-list;]";
  519. }
  520. MVFIND  {
  521.    prefix-format: "[%attribute-list;]";
  522.    display: block;
  523.    margin-left: 20pt;
  524. }
  525. MVFUNCRETURN  {
  526.    prefix-format: "[%attribute-list;]";
  527.    display: block;
  528.    margin-left: 20pt;
  529. }
  530. MVFUNCTION  {
  531.    prefix-format: "[%attribute-list;]";
  532.    display: block;
  533.    margin-left: 20pt;
  534. }
  535. MVGO  {
  536.    prefix-format: "[%attribute-list;]";
  537.    display: block;
  538. }
  539. MVHIDE  {
  540.    prefix-format: "[%attribute-list;]";
  541.    display: block;
  542.    margin-left: 20pt;
  543. }
  544. MVIF  {
  545.    prefix-format: "[%attribute EXPR;]";
  546.    display: block;
  547.    margin-left: 20pt;
  548. }
  549. MVIMPORT  {
  550.    prefix-format: "[%attribute-list;]";
  551.    display: block;
  552.    margin-left: 20pt;
  553. }
  554. MVIMPORTSTOP  {
  555.    display: block;
  556.    margin-left: 20pt;
  557. }
  558. MVLOCKFILE  {
  559.    display: block;
  560.    margin-left: 20pt;
  561.    prefix-format: "[%attribute-list;]";
  562. }
  563. MVMAKEINDEX  {
  564.    prefix-format: "[%attribute-list;]";
  565.    display: block;
  566.    margin-left: 20pt;
  567. }
  568. MVOPEN  {
  569.    prefix-format: "[%attribute-list;]";
  570.    display: block;
  571.    margin-left: 20pt;
  572. }
  573. MVOPENVIEW  {
  574.    prefix-format: "[%attribute-list;]";
  575.    display: block;
  576.    margin-left: 20pt;
  577. }
  578. MVPACK  {
  579.    prefix-format: "[%attribute-list;]";
  580.    display: block;
  581.    margin-left: 20pt;
  582. }
  583. MVPOP  {
  584.    prefix-format: "[%attribute-list;]";
  585.    display: block;
  586.    margin-left: 20pt;
  587. }
  588. MVPOPDELETE  {
  589.    display: block;
  590.    margin-left: 20pt;
  591. }
  592. MVPOPSTOP  {
  593.    display: block;
  594. }
  595. MVPRIMARY  {
  596.    prefix-format: "[%attribute-list;]";
  597.    display: block;
  598.    margin-left: 20pt;
  599. }
  600. MVQUERY  {
  601.    prefix-format: "[%attribute-list;]";
  602.    display: block;
  603.    margin-left: 20pt;
  604. }
  605. MVREINDEX  {
  606.    prefix-format: "[%attribute-list;]";
  607.    display: block;
  608.    margin-left: 20pt;
  609. }
  610. MVREVEALSTRUCTURE  {
  611.    prefix-format: "[%attribute-list;]";
  612.    display: block;
  613.    margin-left: 20pt;
  614. }
  615. MVSETINDEX  {
  616.    prefix-format: "[%attribute-list;]";
  617.    display: block;
  618.    margin-left: 20pt;
  619. }
  620. MVSKIP  {
  621.    prefix-format: "[%attribute-list;]";
  622.    display: block;
  623.    margin-left: 20pt;
  624. }
  625. MVSMTP  {
  626.    prefix-format: "[%attribute-list;]";
  627.    display: block;
  628.    margin-left: 20pt;
  629.    white-space: pre;
  630. }
  631. MVUNDELETE  {
  632.    prefix-format: "[%attribute-list;]";
  633.    display: block;
  634.    margin-left: 20pt;
  635. }
  636. MVUPDATE  {
  637.    prefix-format: "[%attribute-list;]";
  638.    display: block;
  639.    margin-left: 20pt;
  640. }
  641. MVWHILE  {
  642.    prefix-format: "[%attribute EXPR;]";
  643.    display: block;
  644.    margin-left: 20pt;
  645. }
  646. MVWHILESTOP  {
  647.    display: block;
  648.    margin-left: 20pt;
  649. }
  650.  
  651.